mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Update readme and changelog
This commit is contained in:
parent
f1c230d39b
commit
2169acb3d2
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
local compressed = serde.compress("gzip", INPUT)
|
local compressed = serde.compress("gzip", INPUT)
|
||||||
local decompressed = serde.decompress("gzip", compressed)
|
local decompressed = serde.decompress("gzip", compressed)
|
||||||
|
|
||||||
assert(compressed == "H4sIAAAAAAAAA/PMKygtUSguKcrMS1coyVdIzs8tKEotLvYcFaeLOADSF8BBgAEAAA==")
|
|
||||||
assert(decompressed == INPUT)
|
assert(decompressed == INPUT)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ Lune provides fully asynchronous APIs wherever possible, and is built in Rust
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- 🌙 A strictly minimal but powerful interface that is easy to read and remember, just like Luau itself
|
- 🌙 A strictly minimal but powerful interface that is easy to read and remember, just like Luau itself
|
||||||
- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~3mb) executable
|
- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~4mb) executable
|
||||||
- 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary
|
- 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary
|
||||||
- 🏡 A familiar scripting environment for Roblox developers, with an included 1-to-1 task scheduler port
|
- 🏡 A familiar scripting environment for Roblox developers, with an included 1-to-1 task scheduler port
|
||||||
- ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances
|
- ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances
|
||||||
|
|
Loading…
Reference in a new issue