https://github.com/knutwalker/neo4j-testcontainers-rs
Neo4j module for testcontainers-rs
https://github.com/knutwalker/neo4j-testcontainers-rs
Last synced: 10 months ago
JSON representation
Neo4j module for testcontainers-rs
- Host: GitHub
- URL: https://github.com/knutwalker/neo4j-testcontainers-rs
- Owner: knutwalker
- License: mit
- Created: 2023-06-07T14:15:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:14:31.000Z (about 2 years ago)
- Last Synced: 2025-03-15T15:53:52.512Z (over 1 year ago)
- Language: Rust
- Size: 79.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.j2
- License: LICENSE
Awesome Lists containing this project
README
# {{crate}} [![CI Status][ci-badge]][ci-url] [![Crates.io][crates-badge]][crates-url] [![Docs][docs-badge]][docs-url] ![License: {{ license }}][license-badge] ![Rust Version: {{rust_version}}][rust-version-badge]
[ci-badge]: {{ repository }}/actions/workflows/checks.yml/badge.svg
[ci-url]: {{ repository }}
[crates-badge]: https://img.shields.io/crates/v/{{ crate | urlencode }}?style=shield
[crates-url]: https://crates.io/crates/{{ crate | urlencode }}
[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=shield
[docs-url]: https://docs.rs/{{ crate | urlencode }}
[license-badge]: https://img.shields.io/badge/license-{{ license | replace("-", "--") | urlencode }}-blue.svg?style=shield
[rust-version-badge]: https://img.shields.io/badge/rustc-{{ rust_version | urlencode }}-orange.svg?style=shield
{{ readme }}
## License
{{ crate }} is licensed under either of the following, at your option:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
---
{%- if links != "" %}
{{ links }}
{%- endif -%}