-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
# Crux.Structs | ||
|
||
Package providing structures representing objects from the [Discord API](https://discordapp.com/developers) and a few [utility](lib/structs/util.ex) functions. | ||
Library providing structures representing objects from the [Discord API](https://discordapp.com/developers) and a few [utility](lib/structs/util.ex) functions. | ||
|
||
## Useful links | ||
|
||
- [Documentation](https://hexdocs.pm/crux_structs/0.1.6/) | ||
- [Documentation](https://hexdocs.pm/crux_structs/0.2.0/) | ||
- [Github](https://github.com/SpaceEEC/crux_structs/) | ||
- [Changelog](https://github.com/SpaceEEC/crux_structs/releases/tag/0.1.6/) | ||
- [Changelog](https://github.com/SpaceEEC/crux_structs/releases/tag/0.2.0/) | ||
- [Umbrella Development Documentation](https://crux.randomly.space/) | ||
|
||
## Installation | ||
|
||
The package can be installed by adding `crux_structs` to your list of dependencies in `mix.exs`: | ||
The lbirary can be installed by adding `crux_structs` to your list of dependencies in `mix.exs`: | ||
|
||
```elixir | ||
def deps do | ||
[ | ||
{:crux_structs, "~> 0.1.6"} | ||
{:crux_structs, "~> 0.2.0"} | ||
] | ||
end | ||
``` | ||
|
||
The docs for the latest release can be found at [hexdocs](https://hexdocs.pm/crux_structs). | ||
Unified docs of all libraries for their respective latest commits can be found [here](https://crux.randomly.space). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters