mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
da56ae7e46
* Improve doc
- convert some md to adoc
- include contrib docs to the main readme
- add readme for some packages and include them
* Bring changes from 46c9333fff into the replacing adoc file
* Minor fixes
* Remove files irrelevant for substrate
* Remove old polkadot related doc
25 lines
458 B
Plaintext
25 lines
458 B
Plaintext
|
|
= Pwasm-libc
|
|
|
|
Parity WASM contracts standard library libc bindings
|
|
|
|
https://paritytech.github.io/pwasm-std/pwasm_libc/[Documentation]
|
|
|
|
== License
|
|
|
|
`pwasm-libc` is primarily distributed under the terms of both the MIT
|
|
license and the Apache License (Version 2.0), at your choice.
|
|
|
|
See LICENSE-APACHE, and LICENSE-MIT for details.
|
|
|
|
.Summary
|
|
[source, toml]
|
|
----
|
|
include::Cargo.toml[lines=2..5]
|
|
----
|
|
|
|
.Description
|
|
----
|
|
include::src/lib.rs[tag=description]
|
|
----
|