2022-06-08 10:45:28 +03:00
|
|
|
Common
|
|
|
|
------
|
|
|
|
|
|
|
|
* Add your name to [COPYING](/COPYING).
|
2022-06-12 16:52:40 +03:00
|
|
|
* If you change the behavior (even just fix a bug) of **libkernaux** (stable) or
|
|
|
|
[libc](/libc), add a record to [ChangeLog](/ChangeLog).
|
2022-06-08 10:45:28 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
2022-05-31 00:13:43 +03:00
|
|
|
C language
|
|
|
|
----------
|
|
|
|
|
|
|
|
Nothing here yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python
|
|
|
|
------
|
|
|
|
|
|
|
|
Nothing here yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ruby
|
|
|
|
----
|
|
|
|
|
|
|
|
### Matz's Ruby interpreter
|
|
|
|
|
2022-06-12 13:36:10 +03:00
|
|
|
Use **RuboCop**. See [bindings/ruby/.rubocop.yml](/bindings/ruby/.rubocop.yml)
|
2022-05-31 00:13:43 +03:00
|
|
|
|
|
|
|
### mruby
|
|
|
|
|
2022-06-12 13:36:10 +03:00
|
|
|
Use **RuboCop**. See [bindings/mruby/.rubocop.yml](/bindings/mruby/.rubocop.yml)
|
2022-05-31 00:13:43 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rust
|
|
|
|
----
|
|
|
|
|
2022-06-12 13:36:10 +03:00
|
|
|
Use **rustfmt** and **Clippy**.
|
2022-06-09 04:25:27 +03:00
|
|
|
See [bindings/rust/rustfmt.toml](/bindings/rust/rustfmt.toml)
|