Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: elliotchance/reflect

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Value space consumption optimization (#7)

Using a union to minimize memory footprint for all the different types of a
value.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding support for structs (#6)

Structs are little more tricky and I'm sure there are some serious limitations
with memory management. But this is just an experiment...

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding support for maps (#5)

Works with any key or value type and provides access to these types.

Added keys() and get_key() respectively.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding support for arrays (#4)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding Type (#3)

Create a proper `Type` type that will make more complex types possible later.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create ci.yml (#2)

- Add the GitHub action to run tests
- Add install instructions to README

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create LICENSE (#1)

v0.1.0

Toggle v0.1.0's commit message
Create simple values for runtime checking