Project documentation files

pull/4/head
Bradlee Speice 2019-09-21 23:15:48 -04:00
parent 08485cb0d1
commit 4310eb7e73
3 changed files with 23 additions and 2 deletions

View File

@ -3,8 +3,11 @@ name = "aeron-rs"
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://github.com/bspeice/aeron-rs"
readme = "README.md"
license = "Apache-2.0"
travis-ci = { repository = "bspeice/aeron-rs", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
aeron_driver-sys = { path = "./aeron_driver-sys" }

13
LICENSE Normal file
View File

@ -0,0 +1,13 @@
Copyright 2019 Bradlee Speice
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
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 the License for the specific language governing permissions and
limitations under the License.

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Aeron-rs
![](https://img.shields.io/travis/bspeice/aeron-rs?style=flat-square)
A Rust port of the [Aeron client](https://github.com/real-logic/Aeron).