Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove scary text from readme #335

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ XDR.
Types are generated from XDR definitions hosted at [stellar/stellar-xdr]
using [xdrgen].

**This repository contains code that is in early development, incomplete,
not tested, and not recommended for use. The API is unstable, experimental,
and is receiving breaking changes frequently.**

[stellar/stellar-xdr]: https://github.com/stellar/stellar-xdr
[xdrgen]: https://github.com/stellar/xdrgen

Expand All @@ -22,11 +18,6 @@ To use the library, include in your toml:
stellar-xdr = { version = "...", default-features = true, features = [] }
```

XDR types are available under modules, with the `curr` module containing XDR
types built from the `stellar/stellar-xdr` `curr` branch. Other top-level
modules are built from other `stellar/stellar-xdr` branches and releases if
enabled with features.

##### Features

The crate has several features, tiers of functionality, ancillary
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
//! Types are generated from XDR definitions hosted at [stellar/stellar-xdr]
//! using [xdrgen].
//!
//! **This repository contains code that is in early development, incomplete,
//! not tested, and not recommended for use. The API is unstable, experimental,
//! and is receiving breaking changes frequently.**
//!
//! [stellar/stellar-xdr]: https://github.com/stellar/stellar-xdr
//! [xdrgen]: https://github.com/stellar/xdrgen
//!
Expand Down