Plume/plume-models/src
Bat 68c7aad179 Big repository reorganization
The code is divided in three crates:
- plume-common, for the ActivityPub module, and some common utils
- plume-models, for the models and database-related code
- plume, the app itself

This new organization will allow to test it more easily, but also to create other tools that only reuse a little part of
the code (for instance a Wordpress import tool, that would just use the plume-models crate)
2018-06-23 17:36:11 +01:00
..
blog_authors.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
blogs.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
comments.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
db_conn.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
follows.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
instance.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
lib.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
likes.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
mentions.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
notifications.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
post_authors.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
posts.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
reshares.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
safe_string.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
schema.rs Big repository reorganization 2018-06-23 17:36:11 +01:00
users.rs Big repository reorganization 2018-06-23 17:36:11 +01:00