https://github.com/petabi/structured
Data structures to handle large structured data
https://github.com/petabi/structured
Last synced: 6 months ago
JSON representation
Data structures to handle large structured data
- Host: GitHub
- URL: https://github.com/petabi/structured
- Owner: petabi
- License: apache-2.0
- Created: 2019-09-10T23:23:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T20:20:47.000Z (6 months ago)
- Last Synced: 2024-12-10T20:38:22.509Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# structured
Data structures to handle large, structured data.
[](https://crates.io/crates/structured)
[](https://docs.rs/structured)
[](https://codecov.io/gh/petabi/structured)## License
Copyright 2019-2024 Petabi, Inc.
Licensed under [Apache License, Version 2.0][apache-license] (the "License");
you may not use this crate except in compliance with the License.Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See [LICENSE](LICENSE) for
the specific language governing permissions and limitations under the License.## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the [Apache-2.0
license][apache-license], shall be licensed as above, without any additional
terms or conditions.[apache-license]: http://www.apache.org/licenses/LICENSE-2.0